body{
    font-family: "Ubuntu", sans-serif;
  /* background-color: #d8d9d9; */
}
.parallax {

    background:rgba(0, 0, 0, 0.5) url('../image/3.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.text_area{
    margin-top: -80vh !important;

}
.display-2{
    font-size: 60px;
}

.banner1 {
    background: rgba(0, 0, 0, 0.5) url('../image/1.jpg') ; /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;

  }

  .banner2{
    background: rgba(0, 0, 0, 0.5) url('../image/3.jpg') ; /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;

  }


/* about us */
.about{
    margin-top: -100px;
    /* background-image: url('../image/bg.jpg'); */

    padding-top: 40px;
    padding-bottom: 60px;
}

/* .about-img-1{
   margin-left: 50px;


} */
.about-text-area h6{
    font-weight: 600;
    font-size: 30px;
    text-align: center;


}
.about-text-area h3{
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: black;
}
.about-text-area p{
    font-weight: 400;
    font-size: 19px;
    text-align: justify;
    color: gray;

}
.about-list{
   margin-bottom: 20px;
}

.about-list li{
    font-weight: 100;
    font-size: 19px;
    font-weight: 400;
}
.about-list li i{
    color:rgb(0, 34, 128);
}

.about-img-1 img{
    border-radius: 50px;
    margin-top: -5px;
    margin-bottom: 10px;
}

/* **************read more btn************** */

.btn {
    position: relative;
    display: inline-block;
    letter-spacing: 1.2px;
    padding: 12px 32px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
  }

  .btn:focus {
    outline: none;
  }

  .btn--primary {
    color: lightslategray;
  }

  .btn--border {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .btn--animated {
    transition-property: color;
    transition-duration: 0.5s;
  }

  .btn--animated.btn--border.btn--primary {
    border: 1px solid lightslategray;
  }

  .btn--animated:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(7, 7, 87);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .btn--animated:hover {
    color: white;
  }

  .btn--animated:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
  }


/* ************************************************ */

/* contact us */
.contact-page h6{
    margin-top: 60px;
    font-weight: 400;
    padding-top: 40px;
    font-size:larger ;

    color: white
}

.contact-page h6, h3{
    text-align: center;
    color: white;
}
.contact-page h3{
    margin-bottom: 100px;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;

}

.contact-page-form-area {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow:rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin-top: -50px;
    padding-bottom: 80px;
    margin-bottom: 30px;
  }

  .contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center;
  }

  .contact-form form {
    margin-top: 30px;
  }

  .contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
  }

  .contact-form .form-group input,
  .contact-form .form-group textarea {
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 10px;
    background-color: #f7faff;
    font-size: 16px;
  }

  .contact-form .form-group input:focus,
  .contact-form .form-group textarea:focus {
    outline: none;
    border-color: #888;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .contact-form .form-group i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #888;
  }

  .contact-form .form-group .help-block {
    color: blue;
    margin-top: 5px;
  }

  .contact-form .default-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: blue;
    border: none;
    margin-top: 40px;
    border-radius: 5px;
    cursor: pointer;
  }

  .contact-form .default-button:hover {
    background-color: rgb(2, 2, 97);
  }

  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .contact-page-form-area {
      padding: 20px;
    }

    .contact-form h2 {
      font-size: 20px;
    }
  }



  .contact-card {
  background-color: #fff;
  padding: 20px;
  border: 1px solid rgb(229, 225, 225);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 15px;
  margin-bottom: 60px;
  margin-top: -50px;
  text-align: center;
}

.contact-card i {
  font-size: 30px;
  color: rgb(2, 2, 97);
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.contact-card i:hover{
    transform: scale(1.4);
}

.contact-card h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: large;
  margin-bottom: 0;
  font-weight: 400;
}

.contact-card a {
  color: black;
  font-size: large;
  font-weight: 400;
  text-decoration: none !important;
}

.contact-card a:hover {
  color: blue;
}



/* ********************************************** */


/* gallery */
.bg{
    background-color: #ebecf6;
}

.tab_container{
    margin-bottom: 50px !important;
}

.dropdown-menu .tab-button{
    margin-left: 15px;
    margin-top: 10px;
}


.intro_title h6{
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center !important;
    color: rgb(27, 33, 154);
    font-weight: 600;
}
.intro_title h3{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: black;
    margin-bottom: 30px;
}



  .solar-image-box .image_box{
    /* width: 100%;
    max-width: 100%; */
    background-size: cover;
    background-position: center;
    height: 300px !important;
    margin-left: 0px !important;
    background-color: white !important;
    margin-bottom: 30px;
    border-radius: 10px;
}

.solar-image-box .image_box:hover{
    transform: scale(1.03);
}

  .tab-panel {
    width: 800px;
    margin: 0 auto;
  }

  @media (max-width:991px){
    .tab-panel {
     display: none;

      }

  }

  @media (min-width:991px){

      .btn-group .btn{
        display: none;

      }

  }

  .tab-panel {
    width: 600px;
    margin-bottom: 10px !important;
    margin: 0 auto;
    background: linear-gradient(145deg, #ececec, #ffffff);
    padding: 20px 30px 5px 40px;
    box-shadow: 0px 0px 9px #aca6ff;
    border-radius: 30px;
  }

  .tab-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .tab-button {
    padding: 10px 20px;
    background-color: #bbb4b4;
    color: white;
    border-radius: 20px;
    font-size: larger;
    font-weight: 400;
    border: none;
    cursor: pointer;
  }
  .tab-button:hover{
    background-color: #041b6f; ;
  }

  .tab-button.active {
    background-color: #010f44;
  }

/* ******************************** */


.testimonial{
    position: relative;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    min-height: 450px;
    background-color: #ebecf6;
}
.testimonial .testimonial-wraper{
    width: 70%;
    min-height: inherit;
    margin: 30px auto;
    text-align: center;
}
.testimonial-wraper .header h1{
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}
.testimonial-wraper .header h1::before{
    content: '';
    width: 200px;
    height: 2px;
    background-color: #006994;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.testimonial-wraper .testRow{
    width: 100%;
    min-height: inherit;
    position: relative;
    overflow: hidden;
}
.testRow .testItem{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testRow .testItem:not(.active){
    top: 0;
    left: -100%;
}
.testRow .testItem img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
    outline: 2px solid #006994;
    outline-offset: 2px;
}
.testRow .testItem h3{
    font-size: 30px;
    font-style: italic;
    padding: 7px;
}
.testRow .testItem h4{
    font-style: italic;
}
.testRow .testItem p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px;
}
.contents-wraper .indicators{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    cursor: pointer;
}
.testimonial-wraper .indicators .dot{
    width: 15px;
    height: 15px;
    margin: 0px 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}
.testimonial-wraper .indicators .active{
    background-color: #006994;
}
@keyframes next1{
    from{
        left: 0%;
    }
    to{
        left: -100%;
    }
}
@keyframes next2{
    from{
        left: 100%;
    }
    to{
        left: 0%;
    }
}

@keyframes prev1{
    from{
        left: 0%;
    }
    to{
        left: 100%;
    }
}
@keyframes prev2{
    from{
        left: -100%;
    }
    to{
        left: 0%;
    }
}

@media(max-width: 550px){
    .testimonial .testimonial-wraper{
        width: 90%;
    }
    .contents-wraper .header h1{
        font-size: 32px;
    }
    .testRow .testItem h3{
        font-size: 26px;
    }
    .testRow .testItem p{
        font-size: 16px;
        letter-spacing: initial;
        line-height: initial;
    }

}


